Link to this headingMisc

Link to this headingData Sterilization

https://github.com/SubbuQuest/enqueuezero/blob/master/data-serialization.md
MsgPack
Thrift

Link to this headingMsg Pack

Pack and Unpack:

import msgpack v = msgpack.packb([1, 2, 3], use_bin_type=True) #'\x93\x01\x02\x03' msgpack.unpackb(v, raw=False) #[1, 2, 3]

Link to this headingHL7 (Health Level 7)

  • Messages in Plaintext

Tool for testing
Burp Suite Plugin

Link to this headingDIAP (Datascope Improved ASCII Protocol)

Link to this headingLISO1/2 (Lab Instrument and Computer Systems)

Link to this headingFHIR (Fast Healthcare Interoperability Resources)

  • Used to replace of HL7

Link to this headingSEMS

https://smlx.dev/posts/goodwe-sems-protocol-teardown/

Link to this headingModbus

  • Used to communicate with programmable logic controllers (PLCs)
    • Through Ethernet, serial, etc.

https://en.wikipedia.org/wiki/Modbus

Link to this headingAA55

  • Used to communicate with programmable logic controllers (PLCs)
    • Through Ethernet, serial, etc.